All Questions
Tagged with algorithm-requestgenetic-algorithms
3 questions
0votes
1answer
413views
Is it possible to optimize a multi-variable function with a reinforcement learning method?
I want to use RL instead of genetic or any other evolutionary algorithm in order to find the best parameter for a function. Here is the problem: Given a function $$f(x,y,z, \text{data}),$$ where $x$, $...
0votes
0answers
225views
How can I select features for a symbolic regression problem to be solved with genetic programming?
I want to solve a symbolic regression problem with genetic programming. My dataset is similar to this one, but I have 30 features, and I want to use only the most sensitive features. I found this ...
8votes
2answers
386views
Apart from Reinforcement Learning, are there any other machine learning approaches to play video games?
OpenAI's Universe utilizes RL algorithms. I also know that Q-learning has been used to solve some games. Are there any other ML approaches to solve games? For example, could we use genetic algorithms ...